added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSWin7Direct2D / MainWindow.xaml
blob7eb8830b85985a0c4a76a33a78465ab5ec02c8c9
1 <Window x:Class="CSWin7Direct2D.MainWindow"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4         xmlns:dx="clr-namespace:Microsoft.WindowsAPICodePack.DirectX.Controls;assembly=Microsoft.WindowsAPICodePack.DirectX.Controls"
5     Title="Window 7 Direct2D Demo" Height="600" Width="1000" ResizeMode="NoResize">
6     <Grid>
7                 <dx:DirectHost x:Name="host" Loaded="Host_Loaded"/>
8         </Grid>
9 </Window>